Beginning Windows 8 Application Development: HTML and JavaScript Edition by Scott Isaacs & Kyle Burns

Beginning Windows 8 Application Development: HTML and JavaScript Edition by Scott Isaacs & Kyle Burns

Author:Scott Isaacs & Kyle Burns [Isaacs, Scott & Burns, Kyle]
Language: eng
Format: epub
Tags: Computers, Programming, Programming Languages, Microsoft, JavaScript
ISBN: 9781430257790
Publisher: Apress
Published: 2013-09-11T04:00:00+00:00


Listing 12-36. New Functions in list.js

filter_changed: function (e) {

// SNIPPED

},

filterStartDate_change: function (e) {

this.filter.startDate = filterStartDate.winControl.current;

},

filterEndDate_change: function (e) {

this.filter.endDate = filterEndDate.winControl.current;

},

filterProjectId_change: function (e) {

this.filter.projectId = filterProjectId.value;

},

clearFilterButton_click: function (e) {

filterStartDate.winControl.current = new Date().addMonths(-1);

filterEndDate.winControl.current = new Date().removeTimePart();

filterProjectId.value = -1;



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.